home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global tiks, repeet
- when keyDown then nothing
- if repeet = 0 then
- set tiks to the ticks + 70
- set repeet to 1
- end if
- if the ticks > tiks then
- set repeet to 0
- puppetTransition(47)
- cursor(-1)
- set the cursor of sprite 5 to [23, 24]
- set the cursor of sprite 6 to [23, 24]
- preloadMember(74)
- delay(60)
- go(8)
- else
- go(the frame)
- end if
- end
-